@charset "UTF-8";
/**
 *  Author:  Kyrie'
 *  Date:   2020.10.19
 *  Time:   09:00
 *  Desc:   网站框架公共样式表
**/
/************       Common       ************/
* {
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: "arial";
  src: url("../css/arial.ttf");
}
@font-face {
  font-family: "arialbd";
  src: url("../css/arialbd.ttf");
}
@font-face {
  font-family: "lanting";
  src: url("../css/lanting.ttf");
}
html,
body {
  font-family: "微软雅黑", "Microsoft YaHei", Arial, sans-serif;
  font-size: 14px;
  color: #333;
  background-color: #fff;
}
a {
  text-decoration: none;
  color: #333;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
ul,
ol {
  list-style-type: none;
}
img {
  max-width: 100%;
  border: none;
  vertical-align: middle;
  object-fit: contain;
}
button,
input {
  /* font-style: inherit; */
  font-family: inherit;
  font-weight: inherit;
  border: none;
  outline: none;
}
textarea {
  border: none;
  outline: none;
  font-family: "微软雅黑";
  text-indent: 0.725em;
}
i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}
select,
textarea {
  resize: none;
  outline: none;
}
input {
  outline: medium;
  -webkit-appearance: none;
}
input[type='button'] {
  cursor: pointer;
}
input[type='submit'] {
  cursor: pointer;
}
input[type='text'] {
  text-indent: 0.725em;
}
:-moz-placeholder {
  color: #ccc;
}
/* Mozilla Firefox 4 to 18 */
::-moz-placeholder {
  color: #ccc;
}
/* Mozilla Firefox 19+ */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}
.left {
  float: left;
}
.right {
  float: right;
}
.block {
  display: block;
}
.none {
  display: none;
}
.flex {
  display: box;
  display: -ms-box;
  display: -webkit-box;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
}
.in-line {
  display: inline;
}
.inl-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.bg-fff {
  background: #fff;
}
.f-24 {
  font-size: 24px;
}
.f-22 {
  font-size: 22px;
}
.f-20 {
  font-size: 20px;
}
.f-18 {
  font-size: 18px;
}
.f-16 {
  font-size: 16px;
}
.f-14 {
  font-size: 14px;
}
.f-000 {
  color: #000;
}
.f-333 {
  color: #333;
}
.f-666 {
  color: #666;
}
.f-999 {
  color: #999;
}
.f-ddd {
  color: #ddd;
}
.f-eee {
  color: #eee;
}
.f-fff {
  color: #fff;
}
.placeholder {
  color: #aaa;
}
.text-c {
  text-align: center;
}
.text-l {
  text-align: left;
}
.text-r {
  text-align: right;
}
.text-j {
  text-align: justify;
  text-justify: inter-ideograph;
}
.text-line {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.line-2 {
  -webkit-line-clamp: 2;
}
.line-3 {
  -webkit-line-clamp: 3;
}
.line-4 {
  -webkit-line-clamp: 4;
}
.over {
  overflow: hidden;
  _height: 1px;
}
.clear,
.clear-fx {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.wd1400 {
  max-width: 1400px;
  margin: 0 auto;
}
.wd100 {
  width: 100%;
}
.line-number-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-number-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-number-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.swiper-button-next,
.swiper-button-prev,
.swiper-pagination-bullet {
  outline: none;
}
#go-top {
  display: none;
  position: fixed;
  bottom: 10%;
  right: 30px;
  z-index: 99;
  width: 60px;
  cursor: pointer;
}
#go-top .t2 {
  display: none;
}
#go-top:hover .t1 {
  display: none;
}
#go-top:hover .t2 {
  display: block;
}
.common-leave {
  padding: 45px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.common-leave .wd1400 .i-tit {
  display: block;
  height: 140px;
  margin: 0 auto;
}
.common-leave .wd1400 .leave-title {
  text-align: center;
}
.common-leave .wd1400 .leave-title .tit {
  color: #fff;
  font-size: 48px;
  letter-spacing: 16px;
}
.common-leave .wd1400 .leave-title .line {
  width: 686px;
  height: 1px;
  opacity: 0.35;
  margin: 10px auto;
  background-color: #ffffff;
}
.common-leave .wd1400 .leave-title .eng {
  font-size: 19px;
  color: #fff;
  opacity: 0.8;
  letter-spacing: 10px;
}
.common-leave .wd1400 .leave-box {
  margin-top: 68px;
}
.common-leave .wd1400 .leave-box .wire {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.common-leave .wd1400 .leave-box .wire span {
  font-size: 20px;
  color: #fff;
  margin-right: 15px;
}
.common-leave .wd1400 .leave-box .wire .input {
  width: 518px;
  height: 44px;
  border-radius: 22px;
  opacity: 0.9;
  overflow: hidden;
  background-color: #ffffff;
}
.common-leave .wd1400 .leave-box .wire .input input {
  width: 100%;
  height: 100%;
  text-indent: 2em;
}
.common-leave .wd1400 .leave-box .not-wire span {
  opacity: 0;
}
.common-leave .wd1400 .leave-box .not-wire .inputBtn {
  background-color: transparent;
}
.common-leave .wd1400 .leave-box .not-wire .inputBtn button {
  cursor: pointer;
}
.common-leave .wd1400 .leave-box .apply {
  display: flex;
  width: 118px;
  height: 44px;
  margin: 0 auto;
  font-size: 20px;
  color: #f4f4f4;
  font-weight: bold;
  border-radius: 22px;
  align-items: center;
  justify-content: center;
  background-color: #356fe3;
}
footer .foot {
  padding: 41px 0;
  background-color: #262626;
}
footer .foot .wd1400 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .foot .wd1400 .left {
  display: flex;
  align-items: center;
}
footer .foot .wd1400 .f-logo {
  height: 97px;
}
footer .foot .wd1400 .shu {
  width: 1px;
  height: 98px;
  margin-left: 25px;
  background-color: #4a4a4a;
}
footer .foot .wd1400 .way {
  display: flex;
}
footer .foot .wd1400 .way .it {
  margin-left: 45px;
}
footer .foot .wd1400 .way .it p {
  font-size: 16px;
  color: #fff;
}
footer .foot .wd1400 .way .it p:first-child {
  margin-bottom: 27px;
}
footer .bot {
  color: #fff;
  font-size: 16px;
  line-height: 44px;
  background-color: #161616;
}
footer .bot .wd1400 {
  padding-left: 215px;
  box-sizing: border-box;
}
header .head {
  background-color: #3b3b3b;
}
header .head .wd1400 {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .head .wd1400 .i {
  display: flex;
  align-items: center;
}
header .head .wd1400 .i img {
  margin-right: 16px;
}
header .head .wd1400 .i span {
  color: #fff;
}
header .head .wd1400 .i strong {
  font-style: italic;
  font-weight: normal;
}
header nav .wd1400 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header nav .wd1400 .logo img {
  height: 59px;
}
header nav .wd1400 .first-u {
  display: flex;
  align-items: center;
}
header nav .wd1400 .first-u .first-l {
  position: relative;
}
header nav .wd1400 .first-u .first-l .first-a {
  width: 115px;
  height: 90px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
header nav .wd1400 .first-u .first-l .first-a .ch {
  font-size: 16px;
}
header nav .wd1400 .first-u .first-l .first-a .en {
  font-size: 12px;
  margin-top: 5px;
  font-family: "arial";
}
header nav .wd1400 .first-u .first-l .two-u {
  display: none;
  position: absolute;
  width: 115px;
  left: 0;
  top: 90px;
  z-index: 2;
  background-color: #367bfa;
}
header nav .wd1400 .first-u .first-l .two-u .two-l .two-a {
  display: block;
  width: 115px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-top: 1px solid rgba(39, 113, 248);
}
header nav .wd1400 .first-u .first-l:hover .first-a {
  background-color: #367bfa;
}
header nav .wd1400 .first-u .first-l:hover .first-a .ch {
  color: #fff;
}
header nav .wd1400 .first-u .first-l:hover .first-a .en {
  color: #fff;
}
header nav .wd1400 .first-u .first-l:hover .two-u {
  display: block;
}
header nav .wd1400 .mobile-btn {
  height: 25px;
  display: none;
}
#mobile {
  position: relative;
  left: 0;
  transition: 0.3s;
}
#mobile-nav {
  position: fixed;
  top: 0;
  height: 100%;
  right: -100%;
  width: 100%;
  z-index: 999;
  transition: 0.3s;
  box-sizing: border-box;
  background-color: #fff;
  padding: 0.35rem 0.25rem;
}
#mobile-nav .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#mobile-nav .top .logo {
  width: 1.3rem;
}
#mobile-nav .top .cha {
  width: 0.43rem;
}
#mobile-nav ul {
  margin-top: 0.3rem;
}
#mobile-nav ul li {
  width: 100%;
  line-height: 0.9rem;
  border-bottom: 1px solid #e3e3e3;
}
#mobile-nav ul li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 1rem;
  width: 100%;
  height: 100%;
  padding-left: 0.2rem;
  box-sizing: border-box;
}
#mobile-nav ul li > a span {
  font-size: 0.3rem;
  font-weight: bold;
}
#mobile-nav ul li > a img {
  width: 0.34rem;
}
#mobile-nav ul li .parent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 1rem;
  width: 100%;
  height: 100%;
  padding-left: 0.2rem;
  box-sizing: border-box;
}
#mobile-nav ul li .parent span {
  font-size: 0.3rem;
  font-weight: bold;
}
#mobile-nav ul li .parent img {
  width: 0.34rem;
  transition: 0.3s;
}
#mobile-nav ul li .second {
  display: none;
}
#mobile-nav ul li .second a {
  color: #666;
  display: block;
  padding-left: 0.2rem;
}
#mobile-nav ul li:nth-of-type(1) {
  border-top: 1px solid #e3e3e3;
}
.rotateY {
  transform: rotate(180deg);
}
.left-o {
  left: -100% !important;
}
.right-o {
  right: 0 !important;
}
@media screen and (max-width: 1415px) {
  .wd1400 {
    padding: 0 15px;
  }
  header nav .wd1400 .first-u .first-l .first-a,
  header nav .wd1400 .first-u .first-l .two-u,
  header nav .wd1400 .first-u .first-l .two-u .two-l .two-a {
    width: 105px;
  }
}
@media screen and (max-width: 1250px) {
  header nav .wd1400 .first-u .first-l .first-a {
    width: 95px;
  }
}
@media screen and (max-width: 1200px) {
  #go-top {
    display: none !important;
  }
}
@media screen and (max-width: 1100px) {
  header .head,
  header nav .wd1400 .first-u {
    display: none;
  }
  header nav {
    height: 65px;
    line-height: 65px;
  }
  header nav .wd1400 .logo img {
    height: 40px;
  }
  header nav .wd1400 .mobile-btn {
    display: block;
  }
}
